All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.apple.alpha.core.RunLoopPortDelegate

public interface RunLoopPortDelegate
This interface wraps the Objective-C category defining delegate methods of the NSRunLoopPort class. The methods in this interface are delegate methods. This interface is exposed in Java for documentation purposes, since one is not required to implement this interface. Your class may implement one or more of these methods, as needed. Only those methods implemented will be called.


Method Index

 o limitDateForMode(String)
A wrapper for the - limitDateForMode: Objective-C instance method implemented by delegates of the NSRunLoopPort class (known as the NSRunLoopPort Objective-C class).

Methods

 o limitDateForMode
 public abstract Date limitDateForMode(String mode)
A wrapper for the - limitDateForMode: Objective-C instance method implemented by delegates of the NSRunLoopPort class (known as the NSRunLoopPort Objective-C class). Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this interface, RunLoopPortDelegate, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index